home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeHelp_06.xul < prev    next >
Extensible Markup Language  |  2007-06-07  |  1KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE window [
  4.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >
  5.     %febeDTD;
  6.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >
  7.     %febeHelpDTD;
  8. ]>
  9.  
  10. <dialog title="&febe.help.caption;"
  11.                 xmlns:html="http://www.w3.org/1999/xhtml"
  12.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.                 onload="sizeToContent();"                
  14.                 maxwidth="400"
  15.                 buttons="cancel"
  16.                 buttonlabelcancel="&febe.close;">
  17.     
  18.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  19.     
  20.     <stringbundleset id="stringbundleset"> 
  21.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  22.     </stringbundleset>
  23.  
  24.     <groupbox class="box-inset">
  25.         <caption label="&febe.help1.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  26.         <hbox>
  27.             <description value="&febe.ignoreDisabled.label;" style="font-weight: bold;"/>
  28.         </hbox>
  29.     </groupbox>
  30.  
  31.     <groupbox flex="1" class="box-inset">
  32.         <caption label="&febe.help2.caption;" class="outset" style="-moz-border-radius: 15px; background-color: white"/>
  33.         <description flex="1">
  34.             &febe.help_06.text1;
  35.         </description>
  36.     </groupbox>
  37.  
  38. </dialog>
  39.